home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / qostnote.arc / 43LINE.TEC next >
Text File  |  1990-07-05  |  3KB  |  48 lines

  1. When trying to run a program using 30, 43, 50, or 60 line fonts you can request
  2. an alternate font in two ways:
  3.  
  4. 1. Have the program put itself into the 43 line mode with the software capabil-
  5. ities of the program.  If the program writes directly to the screen set 'Text
  6. Pages' to 2 and leave 'Maximum Height' at 25.  If the program is not a direct
  7. screen writer set 'Text Pages' to 1 and 'Maximum Height' to 43.   You cannot
  8. have both 2 Text Pages and Maximum Height greater than 25 lines.  If you are 
  9. on a 386 machine and are Virtualizing you will treat the program as if it was 
  10. not a direct screen writer with regard to font sizes.
  11.  
  12. 2. Make the program use 43 lines with the Desqview alternate font feature.
  13. Set the program to use its standard font.  Do Alt-Rearrange-Video and choose 
  14. the font you want.  You can use the same rules as above with regard to direct 
  15. screen writing.
  16.  
  17. When Desqview will change the video mode and/or font:
  18.  
  19. Generally, Desqview will only change the video display when it has to.  For 
  20. instance, when you pop up the Desqview menu, Desqview tries to bring up the
  21. menu in the mode with the font the display is using at that time.  If Desqview
  22. can't figure out how to pop up its menu with the current display configuration,
  23. it will change the display to some mode or font it can bring the DV menu up in.
  24. The same is true for switching from window to window.  If you are in a window that
  25. is displaying a 25 line font and you switch to a window that is set to use 43
  26. lines, Desqview will change the font so all 43 lines can be displayed.  When
  27. you switch back to the 25 line program,  Desqview will probably not change the
  28. font back to 25 line because 25 lines of text can be displayed on a 43 line
  29. display.  One exception to this rule seems to be, when starting up a program
  30. (versus switching between programs) Desqview defaults to 25 line font unless
  31. the program starting is telling the display to do otherwise.  
  32.  
  33. A problem one may encounter when trying to use 43 line mode is a program
  34. may do a TopView call (a call a program does to check whether it is running
  35. in the IBM Topview environment).  Since Desqview is a TopView like program,
  36. Desqview will respond "Yes - you are in the Topview environment" when the
  37. Topview call is made.  Because Topview can't support the 43 line mode the 
  38. program may disable its ability to display more than 25 lines at a time.
  39. This problem can be got around by using Nover.com.  Nover.com is a TSR you
  40. can run in a DV window before loading the program that does the Topview call.
  41. Then Desqview will respond "No - you are not in the Topview environment".
  42.  
  43. Some programs require two text pages when using 43 lines.  You will have to 
  44. set Maximum Height to 25 and Desqview is able to display 43 lines in some
  45. cases anyway.
  46.  
  47.  
  48.